home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectSound / CaptureSound / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  852 b   |  30 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: CaptureSound Sample
  4. // 
  5. // Copyright (c) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   The CaptureSound application shows how to capture wave sounds to a file.
  13.  
  14. Path
  15. ====
  16.   Source: DXSDK\Samples\Multimedia\DSound\CaptureSound
  17.  
  18.   Executable: DXSDK\Samples\Multimedia\DSound\Bin
  19.  
  20. User's Guide
  21. ============
  22.   Select a device and a format. Create a file, or replace an existing one, 
  23.   by clicking Sound File. Click Record to start and stop recording.
  24.   
  25. Programming Notes
  26. =================
  27.   This sample was intended to be very simple, showing the basics of capturing a
  28.   sound using the DirectSound API.
  29.  
  30.